IO-APIC: Reformat IO-APIC RTE debug info (v2)
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 6 Feb 2012 21:17:46 +0000 (13:17 -0800)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 6 Feb 2012 21:17:46 +0000 (13:17 -0800)
commitb9110b80ec3e0c87385c5fad9fafa1053ae61bf7
treed23c5bbfbbc3a23ab18dbaebe59d90eda26fc997
parentec6412215aeff79345b1b2f39e17b233756f4763
IO-APIC: Reformat IO-APIC RTE debug info (v2)

Having the columns aligned makes for much easier reading.  Also remove
the commas which only add to visual clutter in combination with
spaces.

Furthermore, printing fewer characters makes it less likely that the
serial buffer will overflow resulting in loss of critical debugging
information.

Changes since v1:
 *  Format vector as hex rather than dec
 *  Contract some names
 *  destination mode uses 'L' or 'P' instead of full words
 *  trigger mode uses 'L' or 'E' instead of full words
 *  delivery mode uses short string instead of a number

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
xen/arch/x86/io_apic.c